Xceed .NET Libraries Documentation
Xceed.FileSystem Assembly / Xceed.FileSystem Namespace / FileSystemOperationOptionStack Class / Push Method / Push(IEnumerable<Object>) Method


In This Topic
    Push(IEnumerable<Object>) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function Push( _
       ByVal collection As IEnumerable(Of Object) _
    ) As Integer
    'Usage
     
    Dim instance As FileSystemOperationOptionStack
    Dim collection As IEnumerable(Of Object)
    Dim value As Integer
     
    value = instance.Push(collection)
    public int Push( 
       IEnumerable<object> collection
    )

    Parameters

    collection
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also